novice question about NOTICE:... - Mailing list pgsql-novice

From Lloyd Vancil
Subject novice question about NOTICE:...
Date
Msg-id a05101032b8d1164c43cc@[17.207.13.64]
Whole thread Raw
Responses Re: novice question about NOTICE:...  (Doug Silver <dsilver@quantified.com>)
Re: novice question about NOTICE:...  ("Kent R. Rigby" <kent.rigby@att.net>)
List pgsql-novice
    Tried to search the novice archives and the engine just never
returns an answer.  This is probably a pretty common question so I
hope I'll get a quick answer.


   I have two tables  cgidat and tierdat.
    I want to select all occurrences of data in cgidat where
cgidat.state = testing and cgidat.lang = tierdat.lang and
tierdat.tier = 0

   so I did


    select oid, lang from cgidat where cgidat.state = 'testing' and
cgidat.lang = tiredat.lang and tierdat.tier = '0' order by lang;

I get the expected results but I also get
Adding missing FROM-clause entry for table "tierdat"


   Huh?

    Thanks
    Lloyd

--

                 lev@apple.com

pgsql-novice by date:

Previous
From: "Ken Gerdes"
Date:
Subject: finding out about databases and tables
Next
From: Lloyd Vancil
Date:
Subject: Re: finding out about databases and tables